home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / xeno / mfiletagger.lha / MagicFile / MagicFile.config.ENGLISH < prev    next >
Text File  |  1994-12-30  |  3KB  |  79 lines

  1. ;
  2. ;
  3. ; MagicCD exampleconfig
  4. ;
  5. ; [Config will only be used by a registered MagicFile]
  6. ;
  7.  
  8. ;
  9. ; String templates
  10. ;
  11. WAITLOADING        "Please wait, loading..."
  12. HEADER             "  <up> Move Up - <down> Move Down  - <spc> Tag a File - <?> Commands - <q> Quit"
  13. AREASTRING         "File-area:"
  14.  
  15. NOANSIMENUSET      "You need an ANSI menuset for MagicFile! <press key>"
  16. NOVIEWACCESS       "You have no access to this file area! <press key>"
  17. NOLISTACCESS       "You have no access to this file area! <press key>"
  18.  
  19. NODOWNLOADACCESS   "You have no Download access in this file area! <press key>"
  20. MAXMARKSEXCEEDED   "You may not mark any more files! <press key>"
  21. DAILYBYTESEXCEEDED "File exceeds daily download limit! <press key>"
  22. FILERATIOEXCEEDED  "File exceeds file ratio! <press key>"
  23. BYTERATIOEXCEEDED  "File exceeds byte ratio! <press key>"
  24.  
  25. BEGINNINGOFLIST    "Beginning of list! <press key>"
  26. ENDOFLIST          "End of list! <press key>"
  27.  
  28. BUFFERINGFILEWAIT  "Please wait, copying file to hd..."
  29. ERRORBUFFERINGFILE "*** Error copying file, warn your sysop! *** <druk toets>"
  30.  
  31. ENTERPATTERN       "Enter search pattern: "
  32. SEARCHING          "Please wait, searching..."
  33. FOUND              "Found!"
  34. NOTFOUND           "Nothing matches pattern! <press key>"
  35.  
  36. COLORHEADER       ""
  37. COLORNAME         ""
  38. COLORSIZE         ""
  39. COLORDESC         ""
  40.  
  41.  
  42. ;
  43. ; Other templates
  44. ;
  45. ;BUFFERFILES      Xenolink:Temp/
  46. MAXMARKS         5
  47. HELPFILE         Doors:MagicFile/MagicFile.help
  48.  
  49.  
  50.  
  51.  
  52. ;
  53. ; DOOR <stack> <argstring> <key> <key>
  54. ;
  55. ; <stack>           = Required stack for door
  56. ; <argstring>       = Argument string of door
  57. ; <key>             = Key to press to activate door
  58. ; <key>             = Second key, normally same key in uppercase
  59. ;
  60. ;
  61. DOOR      4096  "Doors:MagicFile/Bin/Download           ~20"  "d"  "D"
  62. DOOR      4096  "Doors:MagicFile/Bin/ViewArchive     ^F ~20"  "v"  "V"
  63. DOOR      4096  "Doors:MagicFile/Bin/LongDescription ^F ~20"  "l"  "L"
  64.  
  65. ;
  66. ; ACTION <action> <key> <key>
  67. ;
  68. ACTION         HELP        "?"  "?"
  69. ACTION         QUIT        "q"  "Q"
  70. ACTION         SEARCH      "s"  "S"
  71. ACTION         TAGFILE     " "  "0"
  72. ACTION         FILEHOME    "7"  "7"
  73. ACTION         FILEEND     "1"  "1"
  74. ACTION         FILEUP      "8"  "8"
  75. ACTION         FILEDOWN    "2"  "2"
  76. ACTION         PAGEUP      "4"  "9"
  77. ACTION         PAGEDOWN    "6"  "3"
  78.  
  79.